![]() ![]() |
Q: I thought NSL was a protocol independent way for applications to discover network services. How does NSL relate to Rendezvous? A: NSL is a protocol independent library which has existed since Mac OS 8.5, but it predominately uses Service Location Protocol (SLP) and AppleTalk for service discovery of URLs. In Mac OS X 10.2, Apple introduced three new APIs that use Rendezvous for service discovery. The new APIs are CFNetServices , NSNetServices and DNSServiceDiscovery.
If your application is targeted to run on Mac OS X 10.2 and later, Apple highly recommends that you use the Rendezvous APIs directly for your service discovery needs, instead of NSL. For more information on Rendezvous, please visit the Rendezvous Developer Web Site. [Apr 04, 2004] |
Developer Documentation | Technical Notes | Development Kits | Sample Code |